getTags() Method |
This method returns tag objects.
Syntax
Var tags = tagCrumb.getTags()
This method can be used as follows.
For(var t=0, t<tags.length; t++) { // get artifacts based tags[t].name }
getTags() Method |
This method returns tag objects.
Var tags = tagCrumb.getTags()
This method can be used as follows.
For(var t=0, t<tags.length; t++) { // get artifacts based tags[t].name }